home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cre8v11.zip / READ.ME < prev    next >
Text File  |  1993-01-07  |  4KB  |  76 lines

  1.  
  2.                                 GO.BAT & CREATE.BAT
  3.  
  4.                                     written by
  5.  
  6.                                    Don A. Hancock
  7.                                 9758 Sandridge Drive
  8.                                Sandy, UT  84092-3035
  9.  
  10.                                   Version 1.01
  11.                                   Jan. 7, 1993
  12.  
  13.         These two batch files resulted from my kids having several games
  14. and directories filling up my hard drive.  Simply put - CREATE.BAT will
  15. take each subdirectory of games, make it into a single zip file and GO.BAT
  16. will use that zipped file.  This keeps a single file that can be easily
  17. moved to a floppy or erased/replaced.  This is NOT as fancy as the programs
  18. out there that will compress your whole hard drive.  It just plain does the
  19. job that is necessary while saving space on your hard drive and keeping all
  20. those files neat and tidy.  I've found it so useful that I have started
  21. using it for MY files such as spreadsheets and databases.  I've never had
  22. any trouble using them.  The time it takes to uncompress them more than
  23. makes up for the gain in hard drive space!  I even use them at my office.
  24.  
  25.  
  26.           INSTALL
  27.           +++++++
  28.               (I tried to keep it simply so it would run on just about
  29.                any machine. I tried it on 386 and 486 machines)
  30.           1.  You must have the programs, PKZIP and PKUNZIP in you path.
  31.           2.  Copy both GO.BAT and CREATE.BAT to a subdirectory that
  32.                is anywhere in your path.
  33.           3.  Two subdirectories must be created!
  34.                     a.  One is \WORK  (where zipped files are stored)
  35.                     b.  One is \WORK1 (where they unzip and run)
  36.               ** NOTE **
  37.                     If you trouble with any of this. Consult your
  38.                     DOS manual.
  39.  
  40.           USING CREATE    (Warning...  Not tested with WINDOWS files)
  41.           ++++++++++++
  42.           1.  Change to the subdirectory where the program files are now
  43.                found.  (This subdirectory probably can be deleted after
  44.                successful creation of the zip file).
  45.           2.  Find the filname that starts the program.
  46.           3.  IMPORTANT!! Using the filename that starts the program,
  47.                [type] CREATE {filename}    i.e CREATE GAME1
  48.           4.  The files will be zipped together and moved to the \WORK
  49.                subdirectory for later use.
  50.           5.  A DIR listing follows showing new statistics on hard drive
  51.                space savings.
  52.  
  53.           USING GO
  54.           ++++++++
  55.           1.  Simply [type] GO {filename}{switches}  i.e. GO GAME1
  56.                Note that switches are accepted if necessary.
  57.           2.  Program will unzip and start and run as usual.
  58.           3.  With a normal exit, new or changed files are added to
  59.                the existing zip file and the \work1 subdirectory is
  60.                clean and ready for the next program.
  61.           4.  With an abnormal exit, your original file is still safe
  62.                back in the \WORK subdirectory but any work you've just
  63.                done will NOT be there.  Use CREATE again in the \WORK1
  64.                subdirectory before you run any other programs.
  65.  
  66.           LEGAL STUFF
  67.           +++++++++++
  68.           PKZIP and PKUNZIP are registered trademarks of PKWARE, INC.
  69.           and are copyrighted.  If you use them, register them!
  70.  
  71.           MY TURN
  72.           +++++++
  73.           These are my first attempts at sharing my ideas with others.
  74.           If you find these two files useful, feel free to send me a
  75.           small donation ($5?), a postcard, or any suggestions you might have.
  76.